JBoss Community Archive (Read Only)

Infinispan 5.1

Representational State Transfer (REST)

REST is a software architectural style that promotes accessing resources via a uniform generic interface. HTTP is an implementation of this architecture, and generally when REST is mentioned, it refers to REST over HTTP protocol. When HTTP is used, the uniform generic interface for accessing resources is formed of GET, PUT, POST, DELETE and HEAD operations.

Infinispan's REST server offers a RESTful API based on these HTTP methods, and allow data to be stored, retrieved and deleted.

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 09:17:16 UTC, last content change 2011-07-22 14:31:29 UTC.